Skip to content

Update PHP versions: 8.5.4, 8.4.19, 8.3.30#2885

Open
Copilot wants to merge 4 commits intomainfrom
copilot/update-php-versions-8-5-4-8-4-19-8-3-30
Open

Update PHP versions: 8.5.4, 8.4.19, 8.3.30#2885
Copilot wants to merge 4 commits intomainfrom
copilot/update-php-versions-8-5-4-8-4-19-8-3-30

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 6, 2026

Patch updates for PHP 8.3, 8.4, and 8.5 active release lines.

Changes

  • images/constants.yml — bump php83Version, php84Version, php85Version and their corresponding SHA256 hashes
  • platforms/php/versions/{bullseye,bookworm}/versionsToBuild.txt — append 8.3.30, 8.4.19, 8.5.4 entries (version, tar.xz SHA256, GPG keys)
  • platforms/php/versions/noble/versionsToBuild.txt — append 8.5.4 entry (noble is the sole OS flavor for PHP 8.5)
  • src/BuildScriptGenerator/PhpVersions.cs — update Php83Version, Php84Version, Php85Version constants and their SHA256 fields

SHA256 values are tar.xz hashes sourced from docker-library/php, consistent with how Oryx's build scripts verify downloads.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • gist.github.com
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (dns block)
  • https://api.github.com/repos/php/php-src/releases/tags/php-8.3.30
    • Triggering command: /usr/bin/curl curl -s --max-time 20 REDACTED (http block)
  • https://api.github.com/repos/php/php-src/releases/tags/php-8.4.19
    • Triggering command: /usr/bin/curl curl -s --max-time 20 REDACTED (http block)
  • https://api.github.com/repos/php/php-src/releases/tags/php-8.5.4
    • Triggering command: /usr/bin/curl curl -s --max-time 20 REDACTED (http block)
  • java.sun.com
    • Triggering command: /opt/hostedtoolcache/CodeQL/2.25.1/x64/codeql/tools/linux64/java/bin/java /opt/hostedtoolcache/CodeQL/2.25.1/x64/codeql/tools/linux64/java/bin/java -jar /opt/hostedtoolcache/CodeQL/2.25.1/x64/codeql/xml/tools/xml-extractor.jar --fileList=/tmp/codeql-scratch-4f4c92147983937e/dbs/csharp/working/files-to-index1669034205467254319.list --sourceArchiveDir=/tmp/codeql-scratch-4f4c92147983937e/dbs/csharp/src --outputDir=/tmp/codeql-scratch-4f4c92147983937e/dbs/csharp/trap/csharp (dns block)
  • www.php.net
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (dns block)
    • Triggering command: /usr/bin/curl curl -s --max-time 10 REDACTED (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI changed the title [WIP] Update PHP versions to 8.5.4, 8.4.19, and 8.3.30 Update PHP versions: 8.5.4, 8.4.19, 8.3.30 Apr 6, 2026
Copilot AI requested a review from vijaysaayi April 6, 2026 05:23
@vijaysaayi
Copy link
Copy Markdown
Contributor

@copilot Resolve conflicts

…rsions-8-5-4-8-4-19-8-3-30

# Conflicts:
#	images/constants.yml

Co-authored-by: vijaysaayi <84462339+vijaysaayi@users.noreply.github.com>
Copy link
Copy Markdown
Contributor Author

Copilot AI commented Apr 10, 2026

@copilot Resolve conflicts

Conflicts resolved in c8c0cb5. Merged origin/main and kept the updated PHP versions (8.3.30, 8.4.19, 8.5.4) while incorporating the new phpComposerVersion, DOTNET_SDK_* entries, and the ComposerVersionsPerDebianFlavor removal from main.

public const string Php56TarSha256 = "1369a51eee3995d7fbd1c5342e5cc917760e276d561595b6052b21ace2656d1c";
public static readonly List<string> RuntimeVersions = new List<string> { "7.4-debian-bullseye", "7.4-debian-buster", "8.0-debian-bullseye", "8.0-debian-buster", "8.1-debian-bullseye", "8.1-debian-buster", "8.2-debian-bullseye", "8.2-debian-buster", "8.3-debian-bullseye", "8.3-debian-buster", "8.3-debian-bookworm" };
public static readonly List<string> FpmRuntimeVersions = new List<string> { "7.4-fpm-debian-bullseye", "8.0-fpm-debian-bullseye", "8.1-fpm-debian-bullseye", "8.2-fpm-debian-bullseye", "8.3-fpm-debian-bullseye", "8.3-fpm-debian-bookworm", "8.4-fpm-debian-bullseye", "8.4-fpm-debian-bookworm", "8.5-fpm-ubuntu-noble" };

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot why is this removed ?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was accidentally dropped during the merge conflict resolution. Restored in 7342779.

… resolution

Agent-Logs-Url: https://github.com/microsoft/Oryx/sessions/42c7243f-4d3d-49ff-afb9-0ca9a5bc5f5b

Co-authored-by: vijaysaayi <84462339+vijaysaayi@users.noreply.github.com>
Copilot AI requested a review from vijaysaayi April 10, 2026 09:05
@vijaysaayi vijaysaayi marked this pull request as ready for review April 10, 2026 09:37
@vijaysaayi vijaysaayi requested a review from a team as a code owner April 10, 2026 09:37
@github-actions
Copy link
Copy Markdown
Contributor

SHA Validation Summary

Stack Status
PHP ❌ failure
.NET ⏭️ skipped

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Stack Freshness | Update PHP versions to 8.5.5, 8.4.20, 8.3.30

2 participants